-- card: 21645 from stack: in -- bmap block id: 0 -- flags: 0000 -- background id: 3426 -- name: The prized golden parrot ----- HyperTalk script ----- on openCard global score subtract 5 from score if score <= 0 then visual effect scroll up go card "end" end if put score into field "scorebox" end openCard on mouseUp get field "textarea" of card "River Trail" put it&return&"In pursuit of the parrot" into field "textarea" of card "River Trail" get field "textarea" of card "Communal Hut" put it into holder put the number of lines in field "textarea" of card "Communal Hut" into counter repeat until counter = 0 get line counter of holder if it contains "Movement in the branches" then delete line counter of field "textarea" of card "Communal Hut" put 1 into counter end if subtract 1 from counter end repeat get field "textarea" of card "Communal Hut" put it into holder put the number of lines in field "textarea" of card "Communal Hut" into counter repeat until counter = 0 get line counter of holder if it contains "Climb a pecan tree" then delete line counter of field "textarea" of card "Communal Hut" put 1 into counter end if subtract 1 from counter end repeat visual effect dissolve go to card "Communal Hut" end mouseUp -- part contents for background part 1 ----- text ----- The prized golden parrot -- part contents for background part 2 ----- text ----- You spot the marvelous bird high up in one of the sacred trees. As you watch, the bird spreads it's majestic wings and takes flight, moving off towards the river. -- part contents for background part 5 ----- text ----- 140